home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / prereg.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  856 b   |  29 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.         <meta http-equiv="MSThemeCompatible" content="yes" />
  6.     <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  7.         <script src="ccc.js"></script>
  8.         <script language="javascript">
  9.             location='pcucmd://HideMe';
  10.             location='pcucmd://FrameDataLoaded';
  11.             var strST = getParamVal("ST");
  12.             var strStatus = getParamVal("Status")
  13.             var strSourceID = getParamVal("SourceID");
  14.             var stSource = strSourceID.substr(2,1);
  15.  
  16.             if (( stSource != '5' ) && ((strStatus == "2") || (strStatus == "3")) && ((strST == "1") || (strST == "3")))
  17.             {
  18.                 location='pcucmd://Continue';
  19.             }
  20.             else
  21.             {
  22.                 location='pcucmd://Next';
  23.             }
  24.         </script>
  25.   </head>
  26.   <body>
  27.   </body>
  28. </html>
  29.